←Select platform

ViewWindowFields Constructor(LeadSize,RoundingDirection,LeadPoint,LeadSize,Range[],List<SampleRange>,List<ContextRange>,Nullable<float>,string,Nullable<int>)

Summary

Initializes a new instance of the ViewWindowFields class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal frameSize As Leadtools.LeadSize, _ 
   ByVal roundingDirection As Leadtools.Jpip.RoundingDirection, _ 
   ByVal offset As Leadtools.LeadPoint, _ 
   ByVal regionSize As Leadtools.LeadSize, _ 
   ByVal components() As Leadtools.Jpip.Range, _ 
   ByVal codeStreamList As List(Of SampleRange), _ 
   ByVal codestreamContext As List(Of ContextRange), _ 
   ByVal samplingRate As Nullable(Of Single), _ 
   ByVal roi As String, _ 
   ByVal layers As Nullable(Of Integer) _ 
) 
public: 
ViewWindowFields(  
   Leadtools.LeadSize frameSize, 
   Leadtools.Jpip.RoundingDirection roundingDirection, 
   Leadtools.LeadPoint offset, 
   Leadtools.LeadSize regionSize, 
   Leadtools.Jpip.array<Range^>^ components, 
   List<SampleRange^>^ codeStreamList, 
   List<ContextRange^>^ codestreamContext, 
   Nullable<float> samplingRate, 
   String^ roi, 
   Nullable<int> layers 
) 

Parameters

frameSize
The Leadtools.LeadSize of the requested image resolution size.

roundingDirection
A RoundingDirection value that specifies how to select an available codestream image resolution for each requested codestream.

offset
Identifies the upper left hand corner (offset) of the spatial region associated with the requested view window.

regionSize
Identifies the horizontal and vertical extent (size) of the spatial region associated with the requested view window.

components
Identifies the image components that are to be included in the requested view window.

codeStreamList
Identifies which codestream or codestreams belong to the requested view window.

codestreamContext
Requests codestreams indirectly via "higher level" image entities.

samplingRate
Specifies the sampling rate of the requested codestreams.

roi
Specifies the desired spatial region of the image through a name rather than through coordinates.

layers
Restricts the number of codestream quality layers that belong to the view-window request.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly